Skip to content

fix(devcontainer): Add packages required by grpcio#160

Open
c10l wants to merge 1 commit intozmkfirmware:3.5-branchfrom
c10l:build-essential
Open

fix(devcontainer): Add packages required by grpcio#160
c10l wants to merge 1 commit intozmkfirmware:3.5-branchfrom
c10l:build-essential

Conversation

@c10l
Copy link
Copy Markdown

@c10l c10l commented Mar 23, 2024

When running pip3 install --user -r zephyr/scripts/requirements.txt (last step on https://zmk.dev/docs/development/setup), grpcio install fails with the following error:

FileNotFoundError: [Errno 2] No such file or directory: c++: c++

This happens due to missing dev tooling in the container.


This is functionally equivalent to zmkfirmware/zmk#2216 . It was suggested in that MR that the best place for this fix would be this repository instead. If that's the case, if and when this MR is merged, that one can be closed.

When running `pip3 install --user -r zephyr/scripts/requirements.txt`
(last step on https://zmk.dev/docs/development/setup), grpcio install
fails with the following error:

    FileNotFoundError: [Errno 2] No such file or directory: c++: c++

This happens due to missing dev tooling in the container.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant